-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate TypeConfig #1829
Integrate TypeConfig #1829
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1829 +/- ##
==========================================
+ Coverage 92.02% 92.09% +0.06%
==========================================
Files 27 27
Lines 2620 2643 +23
Branches 685 689 +4
==========================================
+ Hits 2411 2434 +23
Misses 139 139
Partials 70 70
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I think we need to figure out the workflow for a user who has installed pynwb via pip. Otherwise this all looks good. |
@rly issue ticket has been made, link has been added with what would be the link after merge. |
Co-authored-by: Ryan Ly <[email protected]>
Co-authored-by: Ryan Ly <[email protected]>
In a separate PR, I updated the dev branch to use HDMF 3.14.0 throughout, so the ros3 test should pass now. |
Motivation
Integrate TypeConfigurator from HDMF to pynwb. Also provide documentation.
What was the reasoning behind this change? Please explain the changes briefly.
How to test the behavior?
Checklist
flake8
from the source directory.